projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be3f06b
)
x86: kconfig: Make MAX_CPUS and AP_STACK_SIZE depend on SMP
author
Bin Meng
<
[email protected]
>
Fri, 12 Jun 2015 06:52:22 +0000
(14:52 +0800)
committer
Simon Glass
<
[email protected]
>
Wed, 15 Jul 2015 00:03:15 +0000
(18:03 -0600)
MAX_CPUS and AP_STACK_SIZE are only meaningful when SMP is on.
Signed-off-by: Bin Meng <
[email protected]
>
Acked-by: Simon Glass <
[email protected]
>
arch/x86/Kconfig
patch
|
blob
|
history
diff --git
a/arch/x86/Kconfig
b/arch/x86/Kconfig
index e35ae1d9ec866d06a8e9f361457b76e7712cfe2a..984a91781953b5130b3414d5c2d54299635d2cd3 100644
(file)
--- a/
arch/x86/Kconfig
+++ b/
arch/x86/Kconfig
@@
-237,6
+237,7
@@
config FSP_TEMP_RAM_ADDR
config MAX_CPUS
int "Maximum number of CPUs permitted"
+ depends on SMP
default 4
help
When using multi-CPU chips it is possible for U-Boot to start up
@@
-258,6
+259,7
@@
config SMP
config AP_STACK_SIZE
hex
+ depends on SMP
default 0x1000
help
Each additional CPU started by U-Boot requires its own stack. This